home *** CD-ROM | disk | FTP | other *** search
/ Explorers of the New World / Explorers of the New World.iso / pc / shared.dir / 01996_PROCESS FRAME.ls < prev    next >
Encoding:
Text File  |  1995-09-06  |  485 b   |  29 lines

  1. on processFramePause
  2.   ProcessFrame()
  3.   go(the frame)
  4. end
  5.  
  6. on processFrameEndAnimation
  7.   endAnimation()
  8.   ProcessFrame()
  9. end
  10.  
  11. on processFramePreloadTo whichFrame, interruptFlag
  12.   preloadTo(whichFrame, interruptFlag)
  13.   ProcessFrame()
  14. end
  15.  
  16. on processFrameSetSpecialCursorsPause cursorList
  17.   setSpecialCursors(cursorList)
  18.   processFramePause()
  19. end
  20.  
  21. on processFrameSetSpecialCursors cursorList
  22.   setSpecialCursors(cursorList)
  23.   ProcessFrame()
  24. end
  25.  
  26. on ProcessFrame
  27.   checkCompassRoll()
  28. end
  29.